IDecoderManagerDisplayOsd Method |
Sets the OSD message for this decoder. The message will only be displayed when
OSD is enabled for this decoder.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid DisplayOsd(
Decoder decoder,
string message
)
Parameters
- decoder Decoder
- Decoder handle which OSD message should be set.
- message String
- OSD message
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
|
See Also